home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / playdemo.zip / PLAYDEMO.BAT next >
DOS Batch File  |  1992-12-26  |  1KB  |  59 lines

  1. @echo off
  2. : DUKE NUKUM is a copyright of Apogee Software.
  3. : PLAYDEMO Copyright (C) 1992 by Mark Stewart All rights reserved.
  4. : PLAYDEMO is FREEWARE!  Placed in the public domain by Mark Stewart
  5. cls
  6. if exist worldol1.dn* goto :nodemo
  7. if exist worldal1.dn1 goto :episode1
  8. if exist worldal2.dn2 goto :episode2
  9. if exist worldal3.dn3 goto :episode2
  10.  
  11. echo The %0 command must be executed in you Duke Nukum Directory!
  12. goto quit
  13.  
  14.  
  15. :episode1
  16. copy worldal1.dn1 worldol1.dn1
  17. copy worldalc.dn1 worldal1.dn1
  18. echo Enjoy playing the demo.  The demo is now level one.
  19. echo To return to normal, give the %0 command again.
  20.  
  21. goto quit
  22.  
  23.  
  24. :episode2
  25. copy worldal1.dn2 worldol1.dn2
  26. copy worldalc.dn2 worldal1.dn2
  27. echo Enjoy playing the demo.  The demo is now level one.
  28. echo To return to normal, give the %0 command again.
  29.  
  30. goto quit
  31.  
  32.  
  33. :episode3
  34. copy worldal1.dn3 worldol1.dn3
  35. copy worldalc.dn3 worldal1.dn3
  36. echo  Enjoy playing the demo.  The demo is now level one. 
  37. echo   To return to normal, give the %0 command again.
  38.  
  39. goto quit
  40.  
  41.  
  42. :nodemo
  43. copy worldol1.dn* worldal1.dn*
  44. del  worldol1.dn*
  45. echo  Level one is now back to its normal self. 
  46. goto quit
  47.  
  48. :quit
  49. echo 
  50. echo  PLAYDEMO is FREEWARE.  Give it away to all.
  51. echo 
  52. :     Send any comments to:
  53. :     Mark Stewart
  54. :     707 White Oak
  55. :     Allen, TX 75002
  56. :    
  57. pause
  58. 
  59.